Options:
a. ViewResult performs an HTTP redirection to a specifed URL
b. ViewResult serializes a given ViewData object to JSON format
c. ActionResult is an abstract class while ViewResult derives from ActionResult class
d. ViewResult returns a file to the client, which is provided by a Stream while an ActionResult performs an
HTTP redirection to a specifed URL
Reveal Answer